home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #3 & #4 / Amiga Plus CD - 1995 - No. 3 and 4.iso / pd / sound / cybersound / 14bit.driver / source / driver.fd < prev    next >
Text File  |  1995-07-20  |  781b  |  21 lines

  1. ##base _DriverBase
  2. ##bias 30
  3. ##public
  4. *----- Initialize/Change buffer sizes --------------------------------
  5. SetBuffers(audiosize,queuesize)(d0,d1)
  6. *----- Stream format selection ---------------------------------------
  7. StreamFormat(format)(d0)
  8. *------ Frequency Negotiation ----------------------------------------
  9. AskFrequency(frequency)(d0)
  10. *------ Stream Provider ----------------------------------------------
  11. ProvideStream(left,right,samples,interleave,frequency,callback)(a0,a1,d0,d1,d2,a2)
  12. *----- Flush the Stream ----------------------------------------------
  13. FlushStream()
  14. *----- Play/Pause control --------------------------------------------
  15. PauseStream()
  16. ResumeStream()
  17. *----- Interrupt locking/unlocking -----------------------------------
  18. SD_Lock()
  19. SD_Unlock()
  20. ##end
  21.